課程資訊
課程名稱
演算法
The Design and Analysis of Algorithms 
開課學期
106-1 
授課對象
電機資訊學院  電子工程學研究所  
授課教師
陳和麟 
課號
EE5048 
課程識別碼
921EU2110 
班次
 
學分
3.0 
全/半年
半年 
必/選修
選修 
上課時間
星期三2,3,4(9:10~12:10) 
上課地點
明達231 
備註
本課程以英語授課。EDA組碩士班在學期間二選一核心必修課程之一。
總人數上限:150人 
Ceiba 課程網頁
http://ceiba.ntu.edu.tw/1061EE5048_algorithm 
課程簡介影片
 
核心能力關聯
核心能力與課程規劃關聯圖
課程大綱
為確保您我的權利,請尊重智慧財產權及不得非法影印
課程概述

課程目標
 
課程要求
 
預期每週課後學習時數
 
Office Hours
每週三 12:00~14:00 
指定閱讀
 
參考書目
教科書: Introduction to Algorithms, third edition, by Cormen, Leiserson, Rivest, and Stein
參考書目: Algorithm Design, by Kleinberg and Tardos
 
評量方式
(僅供參考)
   
課程進度
週次
日期
單元主題
Week 1
  Introduction
Asymptotic Notations
 
Week 2
  Asymptotic Notations (Cont'd)
Recurrence Relations 
Week 3
  No Class,make up class on 9/16(Sat)
Recurrence Relations (Cont'd)
Divide & Conquer Algorithms
Comparison Sorting 
Week 4
  No class 
Week 5
  Comparison Sorting (Cont'd)
Order Statistics 
Week 6
  Greedy Algorithms
Dynamic Programming 
Week 7
  Non-Comparison Sorting
Heap Structure
Amortized Analysis 
Week 8
  Fibonacci Heap 
Week 9
  Midterm 
Week 10
  No class 
Week 11
  Disjoint Set
Definition of Graph 
Week 12
  Searching Algorithms
Topological Sort 
Week 13
  Shortest Path Problem & Algorithms 
Week 14
  Minimum Spanning Tree
Flow Network
Max Flow Problem 
Week 15
  Edmonds-Karp Algorithm
Maximum Matching & Stable Matching
Gale-Shapley Proposing Algorithm
Decision Problem
P & NP
NP-completeness

 
Week 16
  NP-complete Reduction
Approximate Algorithms 
Week 17
  Approximation Algorithms (Cont'd)
 
Week 18
  Final